home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT06.Dxr / 00074.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  118 b   |  9 lines

  1. on exitFrame
  2.   global asw, ssw, msw
  3.   if (asw + ssw + msw) = 3 then
  4.     go("last")
  5.   else
  6.     go("main")
  7.   end if
  8. end
  9.